fix: include pypi.org/packages in PyPi hoster_pattern#1038
fix: include pypi.org/packages in PyPi hoster_pattern#1038bgruening merged 2 commits intobioconda:masterfrom
Conversation
dlaehnemann
left a comment
There was a problem hiding this comment.
I guess this goes back to this here, right?
Looks straightforward to me...
|
But I don't have write access. 😅 |
|
Thanks! |
🤖 I have created a release \*beep\* \*boop\* --- ### [3.7.2](https://www.github.com/bioconda/bioconda-utils/compare/v3.7.1...v3.7.2) (2025-03-20) ### Bug Fixes * include pypi.org/packages in PyPi hoster_pattern ([#1038](https://www.github.com/bioconda/bioconda-utils/issues/1038)) ([155fc91](https://www.github.com/bioconda/bioconda-utils/commit/155fc919464d8fad43d9eeba5481f75738b9bfa6)) * networkx NodeView and random.shuffle incompatible ([#1035](https://www.github.com/bioconda/bioconda-utils/issues/1035)) ([0127c7f](https://www.github.com/bioconda/bioconda-utils/commit/0127c7f1605394731d98a177e439370add40de75)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
This has been released and the autobump picked up a whole bunch of new recipes. |
|
Is that a good or a bad thing? And does this need any action, like quickly reviewing a bunch of update pull requests, before they get auto-merged? |
Good thing. I just wanted to mention that it has now been implemented. There's no auto-merge, so no particular rush to review, but it would be nice to merge at least the easy ones to reduce clutter. |
|
Apparently I was wrong about auto-merge: https://github.com/bioconda/bioconda-recipes/blob/master/.mergify.yml |
Adding `pypi.org/packages` to the hoster_pattern for PyPi (which is a redirection to `files.pythonhosted.org/packages`), which I believe is the URL that e.g. grayskull uses.
🤖 I have created a release \*beep\* \*boop\* --- ### [3.7.2](https://www.github.com/bioconda/bioconda-utils/compare/v3.7.1...v3.7.2) (2025-03-20) ### Bug Fixes * include pypi.org/packages in PyPi hoster_pattern ([#1038](https://www.github.com/bioconda/bioconda-utils/issues/1038)) ([155fc91](https://www.github.com/bioconda/bioconda-utils/commit/155fc919464d8fad43d9eeba5481f75738b9bfa6)) * networkx NodeView and random.shuffle incompatible ([#1035](https://www.github.com/bioconda/bioconda-utils/issues/1035)) ([0127c7f](https://www.github.com/bioconda/bioconda-utils/commit/0127c7f1605394731d98a177e439370add40de75)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Adding
pypi.org/packagesto the hoster_pattern for PyPi (which is a redirection tofiles.pythonhosted.org/packages), which I believe is the URL that e.g. grayskull uses.